From: Vinicius Jose Latorre Date: Wed, 1 Aug 2007 22:20:41 +0000 (+0000) Subject: Adjust load-path comment X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~18855^2~1799 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=40921745e5d237cd0bf1c6957caab6e274535b99;p=emacs.git Adjust load-path comment --- diff --git a/src/mac.c b/src/mac.c index 7f22c19936b..a641b07dc08 100644 --- a/src/mac.c +++ b/src/mac.c @@ -5322,8 +5322,8 @@ init_mac_osx_environment () /* P should have sufficient room for the pathname of the bundle plus the subpath in it leading to the respective directories. Q should have three times that much room because EMACSLOADPATH can - have the value "::". */ + have the value "::". */ p = (char *) alloca (app_bundle_pathname_len + 50); q = (char *) alloca (3 * app_bundle_pathname_len + 150); if (!getenv ("EMACSLOADPATH"))